X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/ff81ee6e8304a1982a3ec4f5b134764a29d502cf..53a5df18dd17a11c18781e78349feb3e139096b4:/wp-admin/categories.php?action=edit;cat_ID=%24category-%3Ecat_ID diff --git a/wp-admin/categories.php b/wp-admin/categories.php deleted file mode 100644 index 79163a98..00000000 --- a/wp-admin/categories.php +++ /dev/null @@ -1,169 +0,0 @@ -%s category: this is the default one"), $cat_name)); - - wp_delete_category($cat_ID); - - header('Location: categories.php?message=2'); - -break; - -case 'edit': - - require_once ('admin-header.php'); - $cat_ID = (int) $_GET['cat_ID']; - $category = get_category_to_edit($cat_ID); - ?> - -
-

-
- - - - - - - - - - - - - - - - - -
-
-
-

-
-

-
- - - -

- - -
- -

add new)'), '#addcat') ?>

- -

- - - - - - - - - - -
- -
- -
- - -
-

Note:
Deleting a category does not delete posts from that category, it will just set them back to the default category %s.'), get_catname(get_option('default_category'))) ?>

-
- -
-

-
- -


-

-


-

-


-

-

-
-
- - -